
#search-content .product-info {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#search-content .product-info .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1120px;
  height: 40px;
  background-color: #F6F7FB;
}
#search-content .product-info .total {
  margin-left: 25px;
  color: #1C2340;
  font-size: 12px;
}
#search-content .product-info .right {
  display: flex;
  align-items: center;
}
#search-content .product-info .attr {
  display: flex;
  align-items: center;
}
#search-content .product-info .attr a {
  padding: 1px 10px;
  font-size: 12px;
  color: #999999;
}
#search-content .product-info .attr a.active {
  color: #1067EE;
}
#search-content .product-info .attr .line {
  display: block;
  height: 20px;
  width: 1px;
  background-color: #E8EDFF;
}
#search-content .product-info .type {
  padding: 4px 12px;
  border-radius: 4px;
  border: 1px solid #E8EDFF;
  background-color: #fff;
  margin-right: 10px;
}
#search-content .product-info .type a {
  color: #999999;
  font-size: 20px;
}
#search-content .product-info .type a:nth-of-type(2) {
  margin-left: 15px;
}
#search-content .product-info .type a.active {
  color: #1067EE;
}
#search-content .search-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#search-content .search-list .image-ul {
  display: flex;
  flex-wrap: wrap;
  width: 1085px;
}
#search-content .search-list .image-ul li {
  margin-left: 15px;
  margin-top: 30px;
}
#search-content .search-list .image-ul li:nth-of-type(4n+1) {
  margin-left: 0;
}
#search-content .search-list .product-ul {
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#search-content .search-list .product-ul li {
  margin-top: 35px;
  margin-left: 70px;
}
#search-content .search-list .product-ul li:nth-of-type(4n+1) {
  margin-left: 0;
}
#search-content .search-list .search-nodata {
  width: 1120px;
  height: 350px;
  background-color: #E8EDFF;
  border: 1px solid #E8EDFF;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
#search-content .search-list .search-nodata .txt {
  display: flex;
  align-items: center;
}
#search-content .search-list .search-nodata .txt i {
  display: block;
  font-size: 18px;
  color: orange;
}
#search-content .search-list .search-nodata .txt p {
  margin-left: 5px;
  font-size: 12px;
  color: #1C2340;
}
#search-content .search-list .search-nodata .btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#search-content .search-list .search-nodata .btn a {
  display: block;
  padding: 10px 30px;
  background-color: #1067EE;
  color: #fff;
  font-size: 12;
  border-radius: 3px;
}
#search-content .page {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
